From: Alan Robinson Date: Mon, 8 Jun 2015 12:17:06 +0000 (+0200) Subject: x86/VPMU: add lost Intel processor X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3129 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0fcc6f3c2f7bc57d8ea7f263274296929f5162ef;p=xen.git x86/VPMU: add lost Intel processor commit 6d112f2b50 ("x86/vPMU: change Intel model numbers from decimal to hex") translated 47 to 0x27, now corrected to 0x2f. Signed-off-by: Alan Robinson Signed-off-by: Dietmar Hahn Reviewed-by: Jan Beulich --- diff --git a/xen/arch/x86/hvm/vmx/vpmu_core2.c b/xen/arch/x86/hvm/vmx/vpmu_core2.c index 8ad522aeba..311f35fb0f 100644 --- a/xen/arch/x86/hvm/vmx/vpmu_core2.c +++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c @@ -848,7 +848,7 @@ int vmx_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags) /* Westmere: */ case 0x25: /* 32 nm nehalem, "Clarkdale", "Arrandale" */ case 0x2c: /* 32 nm nehalem, "Gulftown", "Westmere-EP" */ - case 0x27: /* 32 nm Westmere-EX */ + case 0x2f: /* 32 nm Westmere-EX */ case 0x3a: /* IvyBridge */ case 0x3e: /* IvyBridge EP */